Apple QuickTime Player
Here is how I did it. Download the stand alone exe installer From http://www.apple.com/quicktime/download/standalone.html Delete all files in %userprofile%\AppData\Local\Temp Now run the Ins… Read More
Download the QuickTime installer You can get this from http://www.apple.com/quicktime/download/ 2. Open a command prompt to extract the .msi files Navigate to where the in… Read More
If you are creating a custom SCCM silent install for Windows 7 you will need to create a package to do the following: Copy your custom QTPlayerSession.xml to C:\Users\<username>\AppData\Local\… Read More
Follow below link for packaging latest version of Quicktime on Windows 7 http://msiworld.blogspot.com.au/2012/06/re-packaging-apple-quicktime-7728056.html Read More
Follow this link for latest version of Quicktime on Windows 7: http://msiworld.blogspot.com.au/2012/06/re-packaging-apple-quicktime-7728056.html Read More
Quicktime 7.6.9 command line auto deployment, First the stand alone package can be downloaded by going to http://www.apple.com/quicktime/download Once Downloaded start it and then open your t… Read More
Here's my little install script for QuickTime 7.6.9 : start /wait msiexec /i AppleApplicationSupport.msi /passive /norestart start /wait msiexec /i Quicktime.msi /passive /norestart ALLUSERS=1… Read More
Firstly I ran the QuickTimeInstaller.exe and when this was running it extracted 4 files to the %TEMP% folder, on my machine it was called (IXP016.TMP). It might be different on your machine.(IX… Read More
I found this on the Apple Discussions Board: - http://discussions.apple.com/thread.jspa?threadID=2150407&start=0&tstart=0 Jar3dItGuy suggests, "Here's what you gotta do... To obtain both ne… Read More
Scenario â QuicktimePlayer_7.6.4 application creates cache of the vendor MSI in âC:\Documents and Settings\All Users\Application Data\Apple Computer\Installer Cache\QuickTime 7.64.1… Read More
Instructions for packaging Apple QuickTime version 7.6.0(7.60.92.0). My requirements were QuickTime had to work stand alone, as a plug-in with IE 7 and FireFox 3.x with NO Auto Update. No tray … Read More
The standalone player setup executable can be downloaded here: QuickTimeInstaller.exe 21MB QuickTime version 7.1.0.210 Run this and stop at the Select Setup Language screen. Browse … Read More
Here is my FULL recipe: *** Download the standalone version (iTunes-free) *** http://www.apple.com/quicktime/download/standalone.html The new QuickTime 7.02 installer is not a Mind Installer … Read More
Put the following in one CMD file: msiexec /i ISScript11.Msi /qb msiexec /i QuickTime.msi TRANSFORMS=1033.mst ISSETUPDRIVEN=1 /QR The important part is the /QR Using /QF instead will work too.… Read More
Here are some other default option: Setup Type: DEFAULT_INSTALLATION_TYPE=SetupType Install QT Info : INSTALL_QTINF=0 You can find more and also the other options in this discussion in viewi… Read More
Hi, I've found the following. Add these 2 lines to the [QTSETUP] section of QuickTimeInstaller.ini file: install_desktop_icons=false install_quicklaunch_icons=false This, as you might guess… Read More
Noticed that QuickTime Update Helper only correctly functioned as an administrator (or maybe power user??) and kept displaying pop-ups telling to 'restart'. Not good for schools. However, after… Read More
Good .inf to configure QuickTime 6.5.2 hands free after QuickTime installer has run. Look for entry by: gtaylor posted: Jan 30 2005 http://www.msfn.org/board/lofiversion/index.php/t36477.html … Read More
Here's the contents of the batch file I use to run the installer silently, delete shortcuts, and apply the registry change I mentioned above. I packaged all of these files together into silent… Read More
If you want to remove the tray icon use "install_quicklaunch_icons=false" in your QuickTimeInstaller.ini. At present time my QuickTimeInstaller.ini looks like this: [QTSETUP] license_option=0… Read More
Also, if I've noticed that if you try to install QuickTime on a system that doesnt have GFX drivers (or at least on my VMWare Win2K test computer - without the vmware tools installed) the Quick… Read More
Thanks to the help of Henno.. the repackaging is working fine for quicktime 6.5.1 with this : free Repackager of InstallShield: http://support.installshield.com/kb/files/Q108601/setup.exe Read More